home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 4_2005-2006.ISO / data / Zips / Intelligen196974232006.psc / IHMS_Test1 / code snippet1.txt < prev    next >
Text File  |  2005-12-11  |  510b  |  24 lines

  1.     .cboDoBMonth.Style = 0
  2.     .cboDoBMonth.Text = ""
  3.     .cboDoBMonth.Style = 2
  4.     
  5.     .cboDoBDay.Style = 0
  6.     .cboDoBDay.Text = ""
  7.     .cboDoBDay.Style = 2
  8.     
  9.     .cboDoBYear.Style = 0
  10.     .cboDoBYear.Text = ""
  11.     .cboDoBYear.Style = 2
  12.     
  13.     .cboSex.Style = 0
  14.     .cboSex.Text = ""
  15.     .cboSex.Style = 2
  16.     
  17.     .cboBloodGrp.Style = 0
  18.     .cboBloodGrp.Text = ""
  19.     .cboBloodGrp.Style = 2
  20.     
  21.     .cboRHFactor.Style = 0
  22.     .cboRHFactor.Text = ""
  23.     .cboRHFactor.Style = 2
  24.